home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_15 / PlaceObject2_218_26 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  256 b   |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.coeur3.hitTest(_root.ship.hull))
  3.    {
  4.       tellTarget("_root.energie")
  5.       {
  6.          prevFrame();
  7.       }
  8.       tellTarget("_root.coeur3.originalBubble")
  9.       {
  10.          gotoAndPlay(2);
  11.       }
  12.    }
  13. }
  14.